Appliance System CryptoHash Info

Appliance System CryptoHash Info
Appliance System CryptoHash Info

Appliance System CryptoHash Info schema Structure representing the current crypto hash state

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "hash_mode": "string",
    "algorithm_status": "string",
    "hash_algorithms": [
        "string"
    ],
    "status": "string",
    "common_hash": "string"
}
string
hash_mode
Required

Hash type representing state of global hash switch Possible values: STRONG, COMPATIBLE

This property was added in vSphere API 9.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.appliance.system.crypto_hash. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.appliance.system.crypto_hash.

string
algorithm_status
Required

Status indicating whether all algorithms are strong

For more information see: Appliance System CryptoHash AlgorithmStatus.

This property was added in vSphere API 9.0.0.0.

array of string
hash_algorithms
Required

List of algorithms supported by hashMode

This property was added in vSphere API 9.0.0.0.

string
status
Required

Status of current hash mode

For more information see: Appliance System CryptoHash HashModeStatus.

This property was added in vSphere API 9.0.0.0.

string
common_hash
Required

This property was added in vSphere API 9.0.0.0.